home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / effects.h < prev    next >
C/C++ Source or Header  |  1995-06-03  |  222b  |  13 lines

  1. #ifndef EFFECTS_H
  2. #define EFFECTS_H
  3.  
  4. #define NUM_SAMPLES 4
  5. #define NUM_CHANNELS 2
  6. #define SAMPLE_RATE 11000
  7. #define SND_POPGUN 0
  8. #define SND_EXPLODE 1
  9. #define SND_HARP 2
  10. #define CHAN_EXPLODE 1
  11. #define CHAN_PLAYER 0
  12. #endif
  13.